Autogenerated HTML docs for v2.2.0-rc0 
diff --git a/git-ls-files.html b/git-ls-files.html index 22be2c0..285bead 100644 --- a/git-ls-files.html +++ b/git-ls-files.html 
@@ -3,7 +3,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">   <head>   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 8.6.6" />  +<meta name="generator" content="AsciiDoc 8.6.9" />   <title>git-ls-files(1)</title>   <style type="text/css">   /* Shared CSS for AsciiDoc xhtml11 and html5 backends */  @@ -87,10 +87,16 @@  ul > li { color: #aaa; }   ul > li > * { color: black; }    -pre {  +.monospaced, code, pre {  + font-family: "Courier New", Courier, monospace;  + font-size: inherit;  + color: navy;   padding: 0;   margin: 0;   }  +pre {  + white-space: pre-wrap;  +}     #author {   color: #527bbd;  @@ -219,7 +225,7 @@  }     div.imageblock div.content { padding-left: 0; }  -span.image img { border-style: none; }  +span.image img { border-style: none; vertical-align: text-bottom; }   a.image:visited { color: white; }     dl {  @@ -349,7 +355,7 @@  margin-bottom: 0.1em;   }    -div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {  +div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {   margin-top: 0;   margin-bottom: 0;   }  @@ -407,18 +413,14 @@  span.overline { text-decoration: overline; }   span.line-through { text-decoration: line-through; }    +div.unbreakable { page-break-inside: avoid; }  +     /*   * xhtml11 specific   *   * */    -tt {  - font-family: monospace;  - font-size: inherit;  - color: navy;  -}  -   div.tableblock {   margin-top: 1.0em;   margin-bottom: 1.5em;  @@ -452,12 +454,6 @@  *   * */    -.monospaced {  - font-family: monospace;  - font-size: inherit;  - color: navy;  -}  -   table.tableblock {   margin-top: 1.0em;   margin-bottom: 1.5em;  @@ -537,6 +533,8 @@  @media print {   body.manpage div#toc { display: none; }   }  +  +   </style>   <script type="text/javascript">   /*<![CDATA[*/  @@ -581,7 +579,7 @@    function tocEntries(el, toclevels) {   var result = new Array;  - var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');  + var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');   // Function that scans the DOM tree for header elements (the DOM2   // nodeIterator API would be a better technique but not supported by all   // browsers).  @@ -610,7 +608,7 @@  var i;   for (i = 0; i < toc.childNodes.length; i++) {   var entry = toc.childNodes[i];  - if (entry.nodeName == 'div'  + if (entry.nodeName.toLowerCase() == 'div'   && entry.getAttribute("class")   && entry.getAttribute("class").match(/^toclevel/))   tocEntriesToRemove.push(entry);  @@ -656,7 +654,7 @@  var entriesToRemove = [];   for (i = 0; i < noteholder.childNodes.length; i++) {   var entry = noteholder.childNodes[i];  - if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")  + if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")   entriesToRemove.push(entry);   }   for (i = 0; i < entriesToRemove.length; i++) {  @@ -955,7 +953,7 @@  &lt;file&gt; (i.e. path pattern) arguments to paths, pretend   that paths which were removed in the index since the   named &lt;tree-ish&gt; are still present. Using this option  - with <tt>-s</tt> or <tt>-u</tt> options does not make any sense.  + with <code>-s</code> or <code>-u</code> options does not make any sense.   </p>   </dd>   <dt class="hdlist1">  @@ -964,11 +962,11 @@  <dd>   <p>   This feature is semi-deprecated. For scripting purpose,  - <a href="git-status.html">git-status(1)</a> <tt>--porcelain</tt> and  - <a href="git-diff-files.html">git-diff-files(1)</a> <tt>--name-status</tt> are almost always  + <a href="git-status.html">git-status(1)</a> <code>--porcelain</code> and  + <a href="git-diff-files.html">git-diff-files(1)</a> <code>--name-status</code> are almost always   superior alternatives, and users should look at  - <a href="git-status.html">git-status(1)</a> <tt>--short</tt> or <a href="git-diff.html">git-diff(1)</a>  - <tt>--name-status</tt> for more user-friendly alternatives.  + <a href="git-status.html">git-status(1)</a> <code>--short</code> or <a href="git-diff.html">git-diff(1)</a>  + <code>--name-status</code> for more user-friendly alternatives.   </p>   <div class="paragraph"><p>This option identifies the file status with the following tags (followed by   a space) at the start of each line:</p></div>  @@ -1034,7 +1032,7 @@  </dt>   <dd>   <p>  - Similar to <tt>-t</tt>, but use lowercase letters for files  + Similar to <code>-t</code>, but use lowercase letters for files   that are marked as <em>assume unchanged</em> (see   <a href="git-update-index.html">git-update-index(1)</a>).   </p>  @@ -1098,7 +1096,7 @@  which case it outputs:</p></div>   <div class="literalblock">   <div class="content">  -<pre><tt>[&lt;tag&gt; ]&lt;mode&gt; &lt;object&gt; &lt;stage&gt; &lt;file&gt;</tt></pre>  +<pre><code>[&lt;tag&gt; ]&lt;mode&gt; &lt;object&gt; &lt;stage&gt; &lt;file&gt;</code></pre>   </div></div>   <div class="paragraph"><p><em>git ls-files --unmerged</em> and <em>git ls-files --stage</em> can be used to examine   detailed information on unmerged paths.</p></div>  @@ -1107,8 +1105,8 @@  1, A in stage 2, and B in stage 3. This information can be used by   the user (or the porcelain) to see what should eventually be recorded at the   path. (see <a href="git-read-tree.html">git-read-tree(1)</a> for more information on state)</p></div>  -<div class="paragraph"><p>When <tt>-z</tt> option is not used, TAB, LF, and backslash characters  -in pathnames are represented as <tt>\t</tt>, <tt>\n</tt>, and <tt>\\</tt>,  +<div class="paragraph"><p>When <code>-z</code> option is not used, TAB, LF, and backslash characters  +in pathnames are represented as <code>\t</code>, <code>\n</code>, and <code>\\</code>,   respectively.</p></div>   </div>   </div>  @@ -1139,7 +1137,7 @@  <p>   The command-line flag --exclude-per-directory=&lt;name&gt; specifies   a name of the file in each directory <em>git ls-files</em>  - examines, normally <tt>.gitignore</tt>. Files in deeper  + examines, normally <code>.gitignore</code>. Files in deeper   directories take precedence. Patterns are ordered in the   same order they appear in the files.   </p>